﻿2026-07-08T22:49:15.4900884Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-08T22:49:15.4901389Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-08T22:49:15.4901720Z [36;1m$PIN = "0c95435"[0m
2026-07-08T22:49:15.4901968Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-08T22:49:15.4902235Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-08T22:49:15.4902583Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-08T22:49:15.4902957Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-08T22:49:15.4903255Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-08T22:49:15.4903530Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-08T22:49:15.4904524Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-08T22:49:15.4904827Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-08T22:49:15.4905117Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-08T22:49:15.4905398Z [36;1m}[0m
2026-07-08T22:49:15.4905546Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-08T22:49:15.4905800Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-08T22:49:15.4978801Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-08T22:49:15.4979265Z ##[endgroup]
2026-07-08T22:49:23.6879523Z    Compiling proc-macro2 v1.0.106
2026-07-08T22:49:23.6879967Z    Compiling quote v1.0.45
2026-07-08T22:49:23.6880353Z    Compiling unicode-ident v1.0.24
2026-07-08T22:49:23.6880663Z    Compiling cfg-if v1.0.4
2026-07-08T22:49:23.6881041Z    Compiling serde_core v1.0.228
2026-07-08T22:49:23.6881920Z    Compiling serde v1.0.228
2026-07-08T22:49:23.6882615Z    Compiling windows-link v0.2.1
2026-07-08T22:49:23.6883072Z    Compiling typenum v1.20.1
2026-07-08T22:49:23.6883362Z    Compiling portable-atomic v1.13.1
2026-07-08T22:49:23.6883731Z    Compiling getrandom v0.3.4
2026-07-08T22:49:23.6884094Z    Compiling pin-project-lite v0.2.17
2026-07-08T22:49:23.6905431Z    Compiling version_check v0.9.5
2026-07-08T22:49:23.6906160Z    Compiling critical-section v1.2.0
2026-07-08T22:49:23.6906492Z    Compiling memchr v2.8.1
2026-07-08T22:49:23.6906725Z    Compiling find-msvc-tools v0.1.9
2026-07-08T22:49:23.6907006Z    Compiling shlex v2.0.1
2026-07-08T22:49:23.9411365Z    Compiling windows-sys v0.61.2
2026-07-08T22:49:24.0068069Z    Compiling subtle v2.6.1
2026-07-08T22:49:24.0326274Z    Compiling smallvec v1.15.1
2026-07-08T22:49:24.0393715Z    Compiling futures-core v0.3.32
2026-07-08T22:49:24.0730186Z    Compiling equivalent v1.0.2
2026-07-08T22:49:24.1222753Z    Compiling bytes v1.11.1
2026-07-08T22:49:24.3841212Z    Compiling generic-array v0.14.7
2026-07-08T22:49:24.4155780Z    Compiling itoa v1.0.18
2026-07-08T22:49:24.4429064Z    Compiling semver v1.0.28
2026-07-08T22:49:24.5071630Z    Compiling stable_deref_trait v1.2.1
2026-07-08T22:49:24.5361335Z    Compiling log v0.4.32
2026-07-08T22:49:24.5512354Z    Compiling slab v0.4.12
2026-07-08T22:49:24.6001915Z    Compiling rand_core v0.10.1
2026-07-08T22:49:24.8899981Z    Compiling futures-sink v0.3.32
2026-07-08T22:49:24.9078204Z    Compiling futures-io v0.3.32
2026-07-08T22:49:24.9830467Z    Compiling hashbrown v0.17.1
2026-07-08T22:49:24.9917491Z    Compiling futures-task v0.3.32
2026-07-08T22:49:25.0184446Z    Compiling rustversion v1.0.22
2026-07-08T22:49:25.0647031Z    Compiling rustc_version v0.4.1
2026-07-08T22:49:25.1370584Z    Compiling getrandom v0.2.17
2026-07-08T22:49:25.2137915Z    Compiling getrandom v0.4.2
2026-07-08T22:49:25.4196945Z    Compiling cpufeatures v0.2.17
2026-07-08T22:49:25.4962887Z    Compiling futures-channel v0.3.32
2026-07-08T22:49:25.5437435Z    Compiling fnv v1.0.7
2026-07-08T22:49:25.5736115Z    Compiling jobserver v0.1.34
2026-07-08T22:49:25.5904924Z    Compiling libc v0.2.186
2026-07-08T22:49:25.6113613Z    Compiling cfg_aliases v0.2.1
2026-07-08T22:49:25.6955132Z    Compiling strsim v0.11.1
2026-07-08T22:49:25.7667654Z    Compiling writeable v0.6.3
2026-07-08T22:49:25.8098799Z    Compiling litemap v0.8.2
2026-07-08T22:49:25.8124576Z    Compiling autocfg v1.5.1
2026-07-08T22:49:25.8336898Z    Compiling utf8_iter v1.0.4
2026-07-08T22:49:25.9372384Z    Compiling cc v1.2.63
2026-07-08T22:49:25.9958422Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T22:49:26.0512812Z    Compiling icu_properties_data v2.2.0
2026-07-08T22:49:26.0831185Z    Compiling dunce v1.0.5
2026-07-08T22:49:26.1767400Z    Compiling indexmap v2.14.0
2026-07-08T22:49:26.2635234Z    Compiling fs_extra v1.3.0
2026-07-08T22:49:26.2638704Z    Compiling ident_case v1.0.1
2026-07-08T22:49:26.2760668Z    Compiling crypto-common v0.1.7
2026-07-08T22:49:26.3809927Z    Compiling percent-encoding v2.3.2
2026-07-08T22:49:26.4695068Z    Compiling syn v2.0.117
2026-07-08T22:49:26.5057857Z    Compiling http v1.4.1
2026-07-08T22:49:26.5379075Z    Compiling aws-lc-rs v1.17.0
2026-07-08T22:49:26.6152839Z    Compiling thiserror v2.0.18
2026-07-08T22:49:26.6442378Z    Compiling unicode-segmentation v1.13.3
2026-07-08T22:49:26.7587906Z    Compiling cpufeatures v0.3.0
2026-07-08T22:49:26.7668062Z    Compiling scopeguard v1.2.0
2026-07-08T22:49:26.7993140Z    Compiling form_urlencoded v1.2.2
2026-07-08T22:49:26.8398121Z    Compiling block-buffer v0.10.4
2026-07-08T22:49:27.0807720Z    Compiling cmake v0.1.58
2026-07-08T22:49:27.2012426Z    Compiling bitflags v2.12.1
2026-07-08T22:49:27.2782227Z    Compiling winapi v0.3.9
2026-07-08T22:49:27.4910601Z    Compiling lock_api v0.4.14
2026-07-08T22:49:27.4911524Z    Compiling chacha20 v0.10.0
2026-07-08T22:49:27.5099599Z    Compiling untrusted v0.9.0
2026-07-08T22:49:27.5299626Z    Compiling digest v0.10.7
2026-07-08T22:49:27.5365511Z    Compiling num-traits v0.2.19
2026-07-08T22:49:27.8394082Z    Compiling windows-result v0.4.1
2026-07-08T22:49:27.9654124Z    Compiling ring v0.17.14
2026-07-08T22:49:28.0277158Z    Compiling windows-strings v0.5.1
2026-07-08T22:49:28.0683833Z    Compiling heck v0.5.0
2026-07-08T22:49:28.0858306Z    Compiling rustls v0.23.40
2026-07-08T22:49:28.1951391Z    Compiling rand v0.10.1
2026-07-08T22:49:28.2197575Z    Compiling convert_case v0.10.0
2026-07-08T22:49:28.2332232Z    Compiling const-oid v0.10.2
2026-07-08T22:49:28.3071865Z    Compiling atomic-waker v1.1.2
2026-07-08T22:49:28.3352318Z    Compiling anyhow v1.0.102
2026-07-08T22:49:28.3865538Z    Compiling aws-lc-sys v0.41.0
2026-07-08T22:49:28.3939831Z    Compiling unicode-xid v0.2.6
2026-07-08T22:49:28.4883065Z    Compiling parking_lot_core v0.9.12
2026-07-08T22:49:28.6924373Z    Compiling zerocopy v0.8.50
2026-07-08T22:49:28.6927038Z    Compiling httparse v1.10.1
2026-07-08T22:49:28.6935812Z    Compiling http-body v1.0.1
2026-07-08T22:49:28.7898987Z    Compiling curve25519-dalek v4.1.3
2026-07-08T22:49:28.7960975Z    Compiling hybrid-array v0.4.12
2026-07-08T22:49:28.8763965Z    Compiling ahash v0.8.12
2026-07-08T22:49:28.9372969Z    Compiling base64ct v1.8.3
2026-07-08T22:49:29.1304245Z    Compiling either v1.16.0
2026-07-08T22:49:29.1684764Z    Compiling fastrand v2.4.1
2026-07-08T22:49:29.3985707Z    Compiling powerfmt v0.2.0
2026-07-08T22:49:29.5837983Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T22:49:29.5968700Z    Compiling uuid v1.23.2
2026-07-08T22:49:29.6063691Z    Compiling rand_core v0.6.4
2026-07-08T22:49:29.7566289Z    Compiling deranged v0.5.8
2026-07-08T22:49:29.8043571Z    Compiling base64 v0.22.1
2026-07-08T22:49:29.8492151Z    Compiling time-core v0.1.8
2026-07-08T22:49:29.9801146Z    Compiling data-encoding v2.11.0
2026-07-08T22:49:30.0071616Z    Compiling num-conv v0.2.2
2026-07-08T22:49:30.0353915Z    Compiling zmij v1.0.21
2026-07-08T22:49:30.1167338Z    Compiling tinyvec_macros v0.1.1
2026-07-08T22:49:30.2007948Z    Compiling try-lock v0.2.5
2026-07-08T22:49:30.2173140Z    Compiling pkg-config v0.3.33
2026-07-08T22:49:30.3762732Z    Compiling vcpkg v0.2.15
2026-07-08T22:49:30.3890598Z    Compiling tower-service v0.3.3
2026-07-08T22:49:30.4968700Z    Compiling parking_lot v0.12.5
2026-07-08T22:49:30.6206445Z    Compiling want v0.3.1
2026-07-08T22:49:30.6459476Z    Compiling tinyvec v1.11.0
2026-07-08T22:49:30.7066876Z    Compiling block-buffer v0.12.0
2026-07-08T22:49:30.7742789Z    Compiling crypto-common v0.2.2
2026-07-08T22:49:30.8584172Z    Compiling synstructure v0.13.2
2026-07-08T22:49:30.9271086Z    Compiling darling_core v0.20.11
2026-07-08T22:49:31.2212435Z    Compiling sha2 v0.10.9
2026-07-08T22:49:31.3454999Z    Compiling vergen-lib v9.1.0
2026-07-08T22:49:31.3456157Z    Compiling inout v0.1.4
2026-07-08T22:49:31.4517934Z    Compiling socket2 v0.6.4
2026-07-08T22:49:31.5798822Z    Compiling mio v1.2.1
2026-07-08T22:49:31.6674672Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T22:49:31.6757761Z    Compiling n0-future v0.3.2
2026-07-08T22:49:31.7145237Z    Compiling diatomic-waker v0.2.3
2026-07-08T22:49:31.7764760Z    Compiling winnow v1.0.3
2026-07-08T22:49:31.8128857Z    Compiling httpdate v1.0.3
2026-07-08T22:49:31.8851669Z    Compiling cordyceps v0.3.4
2026-07-08T22:49:31.8871062Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-08T22:49:32.1212251Z    Compiling crossbeam-utils v0.8.21
2026-07-08T22:49:32.1583850Z    Compiling signature v2.2.0
2026-07-08T22:49:32.1719305Z    Compiling serde_json v1.0.150
2026-07-08T22:49:32.2588440Z    Compiling parking v2.2.1
2026-07-08T22:49:32.2871694Z    Compiling spin v0.10.0
2026-07-08T22:49:32.5023938Z    Compiling ed25519 v2.2.3
2026-07-08T22:49:32.5257610Z    Compiling futures-lite v2.6.1
2026-07-08T22:49:32.8549784Z    Compiling futures-buffered v0.2.13
2026-07-08T22:49:33.0207944Z    Compiling digest v0.11.3
2026-07-08T22:49:33.1413575Z    Compiling serde_derive v1.0.228
2026-07-08T22:49:33.2482372Z    Compiling zeroize_derive v1.4.3
2026-07-08T22:49:33.2775631Z    Compiling zerofrom-derive v0.1.7
2026-07-08T22:49:33.3865596Z    Compiling yoke-derive v0.8.2
2026-07-08T22:49:33.6859595Z    Compiling tokio-macros v2.7.0
2026-07-08T22:49:34.0692714Z    Compiling futures-macro v0.3.32
2026-07-08T22:49:34.1225414Z    Compiling zerovec-derive v0.11.3
2026-07-08T22:49:34.1944327Z    Compiling displaydoc v0.2.6
2026-07-08T22:49:34.2182790Z    Compiling tracing-attributes v0.1.31
2026-07-08T22:49:34.2455978Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T22:49:34.4515407Z    Compiling thiserror-impl v2.0.18
2026-07-08T22:49:34.9367839Z    Compiling darling_macro v0.20.11
2026-07-08T22:49:35.0294561Z    Compiling derive_more-impl v2.1.1
2026-07-08T22:49:35.6220536Z    Compiling zeroize v1.8.2
2026-07-08T22:49:35.9101375Z    Compiling windows-implement v0.60.2
2026-07-08T22:49:36.5398296Z    Compiling tokio v1.52.3
2026-07-08T22:49:36.7824575Z    Compiling futures-util v0.3.32
2026-07-08T22:49:36.8091206Z    Compiling spez v0.1.2
2026-07-08T22:49:36.8179047Z    Compiling windows-interface v0.59.3
2026-07-08T22:49:36.8439215Z    Compiling zerofrom v0.1.8
2026-07-08T22:49:36.8535890Z    Compiling rustls-pki-types v1.14.1
2026-07-08T22:49:36.8539583Z    Compiling n0-error-macros v0.1.3
2026-07-08T22:49:37.4080238Z    Compiling yoke v0.8.3
2026-07-08T22:49:37.4968538Z    Compiling darling v0.20.11
2026-07-08T22:49:37.5781498Z    Compiling der v0.8.0-rc.10
2026-07-08T22:49:37.6205337Z    Compiling pin-project-internal v1.1.13
2026-07-08T22:49:37.9110205Z    Compiling derive_builder_core v0.20.2
2026-07-08T22:49:37.9305427Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T22:49:37.9481595Z    Compiling cipher v0.4.4
2026-07-08T22:49:38.1140995Z    Compiling zerovec v0.11.6
2026-07-08T22:49:38.1510555Z    Compiling zerotrie v0.2.4
2026-07-08T22:49:38.3120001Z    Compiling n0-error v0.1.3
2026-07-08T22:49:38.4204879Z    Compiling windows-core v0.62.2
2026-07-08T22:49:38.9776634Z    Compiling vergen v9.1.0
2026-07-08T22:49:39.0297696Z    Compiling vergen-lib v0.1.6
2026-07-08T22:49:39.1368616Z    Compiling tinystr v0.8.3
2026-07-08T22:49:39.2011021Z    Compiling potential_utf v0.1.5
2026-07-08T22:49:39.3120137Z    Compiling universal-hash v0.5.1
2026-07-08T22:49:39.3617281Z    Compiling heapless v0.7.17
2026-07-08T22:49:39.3620210Z    Compiling pin-project v1.1.13
2026-07-08T22:49:39.4483663Z    Compiling icu_locale_core v2.2.0
2026-07-08T22:49:39.4508968Z    Compiling icu_collections v2.2.0
2026-07-08T22:49:39.5194625Z    Compiling ipnet v2.12.0
2026-07-08T22:49:39.5302305Z    Compiling derive_builder_macro v0.20.2
2026-07-08T22:49:39.6551314Z    Compiling spki v0.8.0-rc.4
2026-07-08T22:49:39.6890729Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T22:49:39.7057460Z    Compiling noq-udp v0.10.0
2026-07-08T22:49:39.8173897Z    Compiling sync_wrapper v1.0.2
2026-07-08T22:49:39.8896898Z    Compiling opaque-debug v0.3.1
2026-07-08T22:49:40.0273475Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T22:49:40.0356765Z    Compiling byteorder v1.5.0
2026-07-08T22:49:40.0783250Z    Compiling allocator-api2 v0.2.21
2026-07-08T22:49:40.1519278Z    Compiling derive_builder v0.20.2
2026-07-08T22:49:40.2758783Z    Compiling once_cell v1.21.4
2026-07-08T22:49:40.3883897Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T22:49:40.4111328Z    Compiling hash32 v0.2.1
2026-07-08T22:49:40.4111916Z    Compiling prefix-trie v0.8.4
2026-07-08T22:49:40.4148910Z    Compiling polyval v0.6.2
2026-07-08T22:49:40.4502612Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T22:49:40.5321575Z    Compiling tracing-core v0.1.36
2026-07-08T22:49:40.8432469Z    Compiling hashbrown v0.14.5
2026-07-08T22:49:40.9142743Z    Compiling ed25519-dalek v2.2.0
2026-07-08T22:49:41.1352332Z    Compiling tracing v0.1.44
2026-07-08T22:49:41.1553038Z    Compiling icu_provider v2.2.0
2026-07-08T22:49:41.2447931Z    Compiling derive_more v2.1.1
2026-07-08T22:49:41.3645406Z    Compiling spin v0.9.8
2026-07-08T22:49:41.5391878Z    Compiling vergen-gitcl v1.0.8
2026-07-08T22:49:41.5568987Z    Compiling windows-threading v0.2.1
2026-07-08T22:49:41.5662797Z    Compiling signature v3.0.0
2026-07-08T22:49:41.6443042Z    Compiling icu_properties v2.2.0
2026-07-08T22:49:41.6855990Z    Compiling icu_normalizer v2.2.0
2026-07-08T22:49:41.7143663Z    Compiling ryu v1.0.23
2026-07-08T22:49:41.7576322Z    Compiling fallible-iterator v0.3.0
2026-07-08T22:49:41.7923549Z    Compiling tower-layer v0.3.3
2026-07-08T22:49:41.9099462Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T22:49:41.9235025Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T22:49:42.0061646Z    Compiling futures-executor v0.3.32
2026-07-08T22:49:42.0395326Z    Compiling hashlink v0.9.1
2026-07-08T22:49:42.1015114Z    Compiling windows-future v0.3.2
2026-07-08T22:49:42.1377534Z    Compiling spt-proto v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-08T22:49:42.1381013Z    Compiling windows-targets v0.52.6
2026-07-08T22:49:42.1752303Z    Compiling proc-macro-crate v3.5.0
2026-07-08T22:49:42.4096110Z    Compiling rusqlite v0.32.1
2026-07-08T22:49:42.4324821Z    Compiling futures v0.3.32
2026-07-08T22:49:42.5037596Z    Compiling ghash v0.5.1
2026-07-08T22:49:42.7685900Z    Compiling windows-collections v0.3.2
2026-07-08T22:49:42.7863724Z    Compiling windows-numerics v0.3.1
2026-07-08T22:49:42.7864323Z    Compiling cobs v0.3.0
2026-07-08T22:49:42.8664567Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T22:49:42.9415614Z    Compiling ctr v0.9.2
2026-07-08T22:49:43.0646843Z    Compiling idna_adapter v1.2.2
2026-07-08T22:49:43.0656498Z    Compiling aes v0.8.4
2026-07-08T22:49:43.1903711Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T22:49:43.2165674Z    Compiling idna v1.1.0
2026-07-08T22:49:43.2323737Z    Compiling postcard-derive v0.2.2
2026-07-08T22:49:43.2341509Z    Compiling fs2 v0.4.3
2026-07-08T22:49:43.2537056Z    Compiling time v0.3.47
2026-07-08T22:49:43.3595415Z    Compiling http-body-util v0.1.3
2026-07-08T22:49:43.4095252Z    Compiling aead v0.5.2
2026-07-08T22:49:43.4944945Z    Compiling utf8parse v0.2.2
2026-07-08T22:49:43.5323264Z    Compiling ipconfig v0.3.4
2026-07-08T22:49:43.6652748Z    Compiling url v2.5.8
2026-07-08T22:49:43.7322081Z    Compiling arrayvec v0.7.6
2026-07-08T22:49:43.7640510Z    Compiling widestring v1.2.1
2026-07-08T22:49:43.7934703Z    Compiling aes-gcm v0.10.3
2026-07-08T22:49:43.9176780Z    Compiling spt-store v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-08T22:49:43.9801639Z    Compiling data-encoding-macro v0.1.20
2026-07-08T22:49:44.0804370Z    Compiling tokio-util v0.7.18
2026-07-08T22:49:44.2878842Z    Compiling tower v0.5.3
2026-07-08T22:49:44.2879344Z    Compiling postcard v1.1.3
2026-07-08T22:49:44.4144805Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T22:49:44.4400606Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T22:49:44.5996628Z    Compiling windows v0.62.2
2026-07-08T22:49:44.6118227Z    Compiling num_enum_derive v0.7.6
2026-07-08T22:49:44.6895350Z    Compiling windows-sys v0.59.0
2026-07-08T22:49:44.7397811Z    Compiling crossbeam-channel v0.5.15
2026-07-08T22:49:44.9488245Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T22:49:45.1465737Z    Compiling chrono v0.4.45
2026-07-08T22:49:45.2351197Z    Compiling enum-assoc v1.3.0
2026-07-08T22:49:45.2578793Z    Compiling async-trait v0.1.89
2026-07-08T22:49:45.4676145Z    Compiling h2 v0.4.14
2026-07-08T22:49:45.6181427Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T22:49:45.9187378Z    Compiling strum_macros v0.28.0
2026-07-08T22:49:45.9978672Z    Compiling windows-registry v0.6.1
2026-07-08T22:49:46.2855132Z    Compiling blake3 v1.8.5
2026-07-08T22:49:46.3686786Z    Compiling memoffset v0.6.5
2026-07-08T22:49:46.4197302Z    Compiling acto v0.8.2
2026-07-08T22:49:46.4313046Z    Compiling noq v0.18.0
2026-07-08T22:49:46.6037944Z    Compiling netwatch v0.16.0
2026-07-08T22:49:46.6829359Z    Compiling lru-slab v0.1.2
2026-07-08T22:49:46.7003232Z    Compiling ref-cast v1.0.25
2026-07-08T22:49:46.8515381Z    Compiling thiserror v1.0.69
2026-07-08T22:49:46.8572020Z    Compiling foldhash v0.2.0
2026-07-08T22:49:46.8892417Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T22:49:46.8995945Z    Compiling rustc-hash v2.1.2
2026-07-08T22:49:46.9208849Z    Compiling xml-rs v0.8.28
2026-07-08T22:49:47.0644034Z    Compiling tagptr v0.2.0
2026-07-08T22:49:47.0920724Z    Compiling mac-addr v0.3.0
2026-07-08T22:49:47.1462085Z    Compiling identity-hash v0.1.0
2026-07-08T22:49:47.2584246Z    Compiling hashbrown v0.16.1
2026-07-08T22:49:47.3398813Z    Compiling moka v0.12.15
2026-07-08T22:49:47.3442816Z    Compiling spt-msg v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-08T22:49:47.4533125Z    Compiling netdev v0.42.0
2026-07-08T22:49:48.2859697Z    Compiling xmltree v0.10.3
2026-07-08T22:49:48.5930024Z    Compiling strum v0.28.0
2026-07-08T22:49:48.7371575Z    Compiling iroh-relay v0.98.0
2026-07-08T22:49:49.1097644Z    Compiling hyper v1.10.1
2026-07-08T22:49:49.5794700Z    Compiling iroh-metrics v0.38.3
2026-07-08T22:49:49.6697373Z    Compiling num_enum v0.7.6
2026-07-08T22:49:49.6827207Z    Compiling n0-watcher v0.6.1
2026-07-08T22:49:49.6849192Z    Compiling tokio-stream v0.1.18
2026-07-08T22:49:49.7054271Z    Compiling tower-http v0.6.11
2026-07-08T22:49:49.7898084Z    Compiling iroh-base v0.98.0
2026-07-08T22:49:49.8519143Z    Compiling attohttpc v0.30.1
2026-07-08T22:49:49.8907562Z    Compiling toml_datetime v0.6.11
2026-07-08T22:49:50.1101067Z    Compiling serde_spanned v0.6.9
2026-07-08T22:49:50.1182959Z    Compiling ref-cast-impl v1.0.25
2026-07-08T22:49:50.3009684Z    Compiling thiserror-impl v1.0.69
2026-07-08T22:49:50.3511054Z    Compiling serde_derive_internals v0.29.1
2026-07-08T22:49:50.3596804Z    Compiling simple-dns v0.9.3
2026-07-08T22:49:50.5414033Z    Compiling serial-core v0.4.0
2026-07-08T22:49:50.6807039Z    Compiling aho-corasick v1.1.4
2026-07-08T22:49:50.7326350Z    Compiling smol_str v0.1.24
2026-07-08T22:49:50.7731020Z    Compiling constant_time_eq v0.4.2
2026-07-08T22:49:50.7822924Z    Compiling winnow v0.7.15
2026-07-08T22:49:50.8178681Z    Compiling simdutf8 v0.1.5
2026-07-08T22:49:50.9971405Z    Compiling arrayref v0.3.9
2026-07-08T22:49:51.0485990Z    Compiling sha1_smol v1.0.1
2026-07-08T22:49:51.1112797Z    Compiling regex-syntax v0.8.10
2026-07-08T22:49:51.1256217Z    Compiling resolv-conf v0.7.6
2026-07-08T22:49:51.1389561Z    Compiling winreg v0.10.1
2026-07-08T22:49:51.2212647Z    Compiling toml_write v0.1.2
2026-07-08T22:49:51.5768486Z    Compiling serial-windows v0.4.0
2026-07-08T22:49:51.8314640Z    Compiling schemars_derive v1.2.1
2026-07-08T22:49:51.8743385Z    Compiling lru v0.16.4
2026-07-08T22:49:52.0570116Z    Compiling hyper-util v0.1.20
2026-07-08T22:49:52.1651020Z    Compiling webpki-roots v1.0.7
2026-07-08T22:49:52.2121620Z    Compiling seize v0.5.1
2026-07-08T22:49:52.2729896Z    Compiling darling_core v0.23.0
2026-07-08T22:49:52.3031984Z    Compiling hmac v0.12.1
2026-07-08T22:49:52.3471898Z    Compiling iroh-dns v0.98.0
2026-07-08T22:49:52.3751590Z    Compiling serde_bytes v0.11.19
2026-07-08T22:49:52.5046248Z    Compiling iroh v0.98.2
2026-07-08T22:49:52.7064982Z    Compiling cmov v0.5.4
2026-07-08T22:49:52.8835545Z    Compiling dyn-clone v1.0.20
2026-07-08T22:49:52.9542669Z    Compiling toml_edit v0.22.27
2026-07-08T22:49:53.0233703Z    Compiling once_cell_polyfill v1.70.2
2026-07-08T22:49:53.0843627Z    Compiling pin-utils v0.1.0
2026-07-08T22:49:53.1195688Z    Compiling bitflags v1.3.2
2026-07-08T22:49:53.1521602Z    Compiling lazy_static v1.5.0
2026-07-08T22:49:53.2850536Z    Compiling anstyle v1.0.14
2026-07-08T22:49:53.3076505Z    Compiling shared_library v0.1.9
2026-07-08T22:49:53.3139128Z    Compiling nix v0.25.1
2026-07-08T22:49:53.3464655Z    Compiling ctutils v0.4.2
2026-07-08T22:49:53.3698204Z    Compiling hkdf v0.12.4
2026-07-08T22:49:53.5037185Z    Compiling papaya v0.2.4
2026-07-08T22:49:53.5219295Z    Compiling filedescriptor v0.8.3
2026-07-08T22:49:53.6818855Z    Compiling anstyle-wincon v3.0.11
2026-07-08T22:49:53.7413650Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T22:49:53.7469817Z    Compiling serial v0.4.0
2026-07-08T22:49:53.9324931Z    Compiling regex-automata v0.4.14
2026-07-08T22:49:54.0132698Z    Compiling backon v1.6.0
2026-07-08T22:49:54.1495032Z    Compiling wmi v0.18.4
2026-07-08T22:49:54.2731544Z    Compiling igd-next v0.17.1
2026-07-08T22:49:54.3032344Z    Compiling anstyle-parse v1.0.0
2026-07-08T22:49:54.4446063Z    Compiling schemars v1.2.1
2026-07-08T22:49:54.5557871Z    Compiling anstyle-query v1.1.5
2026-07-08T22:49:54.6321134Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T22:49:54.6740430Z    Compiling paste v1.0.15
2026-07-08T22:49:54.6788734Z    Compiling shell-words v1.1.1
2026-07-08T22:49:54.8260958Z    Compiling downcast-rs v1.2.1
2026-07-08T22:49:55.0330612Z    Compiling foldhash v0.1.5
2026-07-08T22:49:55.1342595Z    Compiling colorchoice v1.0.5
2026-07-08T22:49:55.1504061Z    Compiling instability v0.3.12
2026-07-08T22:49:55.1826131Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T22:49:55.4037481Z    Compiling anstream v1.0.0
2026-07-08T22:49:55.4120469Z    Compiling hashbrown v0.15.5
2026-07-08T22:49:55.5883012Z    Compiling toml v0.8.23
2026-07-08T22:49:55.7348921Z    Compiling vte v0.13.1
2026-07-08T22:49:56.1590074Z    Compiling portable-pty v0.8.1
2026-07-08T22:49:56.2400405Z    Compiling spake2 v0.4.0
2026-07-08T22:49:56.3149620Z    Compiling strum_macros v0.26.4
2026-07-08T22:49:56.6044606Z    Compiling darling_macro v0.23.0
2026-07-08T22:49:56.6238524Z    Compiling portmapper v0.16.0
2026-07-08T22:49:56.6976573Z    Compiling regex v1.12.3
2026-07-08T22:49:56.7409237Z    Compiling crossterm_winapi v0.9.1
2026-07-08T22:49:57.0760688Z    Compiling terminal_size v0.4.4
2026-07-08T22:49:57.1696123Z    Compiling darling v0.23.0
2026-07-08T22:49:57.2237311Z    Compiling spt-runtime v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-08T22:49:57.3632430Z    Compiling itertools v0.13.0
2026-07-08T22:49:57.4581215Z    Compiling sha1 v0.10.6
2026-07-08T22:49:57.4696423Z    Compiling castaway v0.2.4
2026-07-08T22:49:57.4846955Z    Compiling recvmsg v1.0.0
2026-07-08T22:49:57.4862563Z    Compiling indoc v2.0.7
2026-07-08T22:49:57.5154175Z    Compiling unicode-width v0.1.14
2026-07-08T22:49:57.8019803Z    Compiling doctest-file v1.1.1
2026-07-08T22:49:57.8272033Z    Compiling static_assertions v1.1.0
2026-07-08T22:49:57.9010605Z    Compiling clap_lex v1.1.0
2026-07-08T22:49:58.0875352Z    Compiling clap_builder v4.6.0
2026-07-08T22:49:58.1688719Z    Compiling compact_str v0.8.2
2026-07-08T22:49:58.2890635Z    Compiling crossterm v0.28.1
2026-07-08T22:49:58.3095964Z    Compiling spt-term v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-08T22:49:58.5013894Z    Compiling interprocess v2.4.2
2026-07-08T22:49:58.6937975Z    Compiling lru v0.12.5
2026-07-08T22:49:59.0171883Z    Compiling strum v0.26.3
2026-07-08T22:49:59.0281779Z    Compiling clap_derive v4.6.1
2026-07-08T22:49:59.2855594Z    Compiling error-code v3.3.2
2026-07-08T22:49:59.3020259Z    Compiling cassowary v0.3.0
2026-07-08T22:49:59.3166845Z    Compiling unicode-width v0.2.0
2026-07-08T22:49:59.5811062Z    Compiling unicode-truncate v1.1.0
2026-07-08T22:49:59.7488245Z    Compiling clipboard-win v5.4.1
2026-07-08T22:49:59.8585185Z    Compiling nucleo-matcher v0.3.1
2026-07-08T22:49:59.8586897Z    Compiling qrcode v0.14.1
2026-07-08T22:50:00.0016442Z    Compiling ratatui v0.29.0
2026-07-08T22:50:00.1386985Z    Compiling tempfile v3.27.0
2026-07-08T22:50:00.2156441Z    Compiling spt-live v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-08T22:50:01.3255459Z    Compiling clap v4.6.1
2026-07-08T22:50:14.6864584Z    Compiling rustls-webpki v0.103.13
2026-07-08T22:50:18.1307042Z    Compiling tokio-rustls v0.26.4
2026-07-08T22:50:18.1307414Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T22:50:18.1307769Z    Compiling noq-proto v0.17.0
2026-07-08T22:50:18.3472089Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T22:50:18.3472549Z    Compiling hyper-rustls v0.27.9
2026-07-08T22:50:18.3472927Z    Compiling tokio-websockets v0.13.2
2026-07-08T22:50:18.5929218Z    Compiling reqwest v0.13.4
2026-07-08T22:50:20.0913353Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T22:50:40.4635893Z    Compiling spt-net v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-08T22:50:42.2988537Z    Compiling spt-daemon v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-08T22:50:53.0228708Z    Compiling spt v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-08T22:51:02.5089277Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 46s
2026-07-08T22:51:02.5336704Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-29006a9038ba056e.exe)
2026-07-08T22:51:02.6251941Z 
2026-07-08T22:51:02.6252469Z running 1 test
2026-07-08T22:51:11.8897698Z test new_brain_serves_against_old_broker ... ok
2026-07-08T22:51:11.8897972Z 
2026-07-08T22:51:11.8898150Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.26s
2026-07-08T22:51:11.8898402Z 
